home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / DRAFTAPPROVE.DTML < prev    next >
Encoding:
Text File  |  1999-11-03  |  972 b   |  36 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML lang="en">
  3. <HEAD>
  4. <TITLE><dtml-var title_or_id></TITLE>
  5. </HEAD>
  6. <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
  7. <dtml-var manage_tabs>
  8.  
  9. <dtml-if nonempty>
  10.  
  11.   <h2>Approve</h2>
  12.  
  13.   <p><form action=manage_Save__draft__>
  14.   You can make work done in <dtml-var id> (<dtml-var title>) permanent by
  15.   entering a remark in the space below and then
  16.   clicking on the "Approve" button.<br>
  17.   <textarea name=remark rows=10 cols=50></textarea><br>
  18.   <input type=submit value="Approve">
  19.   </form>
  20.   
  21.   <h2>Discard</h2>
  22.   
  23.   <p><form action=manage_Discard__draft__>
  24.   You can throw away work done in <dtml-var id> (<dtml-var title>) by
  25.   clicking on the "Discard" button.<br>
  26.   <input type=submit value="Discard">
  27.   </form>
  28.  
  29. <dtml-else>
  30.   
  31.   There is nothing to approve.  Nothing has been changed yet.
  32.  
  33. </dtml-if>
  34.  
  35. </body> </html>
  36.